Skip to main content

Delete Webhook

DELETE 

/webhook/:webhookId

Delete Webhook

Request

Path Parameters

    webhookId stringrequired
    Example: 630bce35495c43af6627cbfa

Query Parameters

    apiKey stringrequired
    Example: {{publicKey}}

Header Parameters

    API-SECRET stringrequired
    Example: {{secretKey}}

Responses

OK

Schema
    _id string
    projectId string
    webhookUrl string
    eventType string
    createdAt string
    updatedAt string
    __v number
Loading...

Was this page helpful?